Feature: Profile
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 37.523s |
Scenario: Edit location in profile
Before
0m 5.856s
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
0m 1.232s
And
I wait for 5 seconds
0m 5.150s
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
0m 0.144s
And
I try to create account
0m 0.145s
And
I wait for 5 seconds
0m 5.162s
And
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.560s
And
I wait for 5 seconds
0m 5.148s
And
I fill login with "email@email.com" and "p4ssw0rd.."
0m 0.297s
And
I try to login
0m 0.279s
And
I wait for 5 seconds
0m 5.337s
And
I try to go to profile
0m 0.743s
And
I wait for 5 seconds
0m 5.351s
And
I try to set location to "new-location"
0m 0.319s
And
I save changes
0m 0.427s
Then
I expect "new-location" is my location profile
0m 0.354s
After
0m 1.019s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
And
I wait for 5 seconds
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
And
I try to create account
And
I wait for 5 seconds
And
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 5 seconds
And
I fill login with "email@email.com" and "p4ssw0rd.."
And
I try to login
And
I wait for 5 seconds
And
I try to go to profile
And
I wait for 5 seconds
And
I try to set location to "new-location"
And
I save changes
Then
I expect "new-location" is my location profile
After
NO IMAGE AVAILABLE